type github.com/klauspost/compress/zstd.encoderOptions

20 uses

	github.com/klauspost/compress/zstd (current package)
		dict.go#L235: 		eOpts := encoderOptions{
		encoder.go#L26: 	o        encoderOptions
		encoder_options.go#L13: type EOption func(*encoderOptions) error
		encoder_options.go#L16: type encoderOptions struct {
		encoder_options.go#L35: func (o *encoderOptions) setDefault() {
		encoder_options.go#L36: 	*o = encoderOptions{
		encoder_options.go#L50: func (o encoderOptions) encoder() encoder {
		encoder_options.go#L78: 	return func(o *encoderOptions) error { o.crc = b; return nil }
		encoder_options.go#L89: 	return func(o *encoderOptions) error {
		encoder_options.go#L111: 	return func(o *encoderOptions) error {
		encoder_options.go#L142: 	return func(o *encoderOptions) error {
		encoder_options.go#L236: 	return func(o *encoderOptions) error {
		encoder_options.go#L273: 	return func(o *encoderOptions) error {
		encoder_options.go#L285: 	return func(o *encoderOptions) error {
		encoder_options.go#L297: 	return func(o *encoderOptions) error {
		encoder_options.go#L315: 	return func(o *encoderOptions) error {
		encoder_options.go#L327: 	return func(o *encoderOptions) error {
		encoder_options.go#L346: 	return func(o *encoderOptions) error {
		encoder_options.go#L362: 	return func(o *encoderOptions) error {
		encoder_options.go#L374: 	return func(o *encoderOptions) error {